home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / spermananalodyssea.swf / scripts / frame_8 / PlaceObject2_120_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2005-11-04  |  403b  |  20 lines

  1. onClipEvent(enterFrame){
  2.    scrollSpeed = _root.scrollSpeed;
  3.    if(_root.sperman.scrollStart == true)
  4.    {
  5.       this._x -= scrollSpeed;
  6.       if(this.hitTest(_root.sperman.choque))
  7.       {
  8.          _root.chocarF();
  9.       }
  10.       if(this._x <= - this._width)
  11.       {
  12.          this.removeMovieClip();
  13.       }
  14.    }
  15.    if(_root.restart == true)
  16.    {
  17.       this.removeMovieClip();
  18.    }
  19. }
  20.